home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / vopl / glvopl.lha / glvopl / src / sunfort / fsadjust.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-06-07  |  141 b   |  16 lines

  1.  
  2. #include "vopl.h"
  3.  
  4. /*
  5.  *    adjustscale
  6.  *
  7.  */
  8. void
  9. adjustscale_(x, n, axis)
  10.     float    x[];
  11.     int    *n;
  12.     char    *axis;
  13. {
  14.     adjustscale(x, *n, *axis);
  15. }
  16.